@charset "utf-8";
header{
    width:100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    z-index: 999;
    background: #fff;
    position: relative;
}
.top-bar{
    padding: 5px 0px 0px;
}
.top-bar .sign{
    font-size: 16px;
}
.top-bar .sign span{
    color: #008fc1;   
    font-weight: 800;
}
.top-bar .tel-hnte{
    text-align: right;
    font-size: 16px;
}
.top-bar .tel-hnte i{
    font-size: 18px;
    margin: 0px 10px;
    font-weight: 100;
    color: #616161;
}
.top-bar .tel-hnte i.icon-HNTE-fill{
    color: #e93404;
    font-weight: 500;
}
.top-bar .tel-hnte .phone{
    font-size: 18px;
    color: #ed1600;
    font-weight: 800;
}
.top-bar .language{
    color: #004ba5;
    font-weight: 700;
    margin: 0px 10px;
}
.header .logo {
    padding: 0px 0px;
}
.header .logo img{
    height: 61px;
    width: auto;
    transition: all .5s;  
}
.header{
    padding:10px 0px;
    max-width:1920px;
}
@media(max-width:767px){
    .header .logo,
    .top-bar {
        padding: 0px 0px;
    }
    .header .logo img{ 
        height: 45px;
    }
    .top-bar .tel-hnte .phone{
        font-size: 16px;
    }
    .header .language.pull-right{
        float: none !important;
    }
    .header .language{
        justify-content: flex-start;
        padding-left: 0px;
    }
}
header .nav{
    padding: 15px 0px 0px;
}
header .nav>ul{
    margin:0px auto 0px auto;
    transition: all .5s;
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
}
header .nav>ul>li{
    display: inline-block;
    padding: 0 0px;
    padding-left:40px;
    position: relative;
}
header .nav>ul>li>a{
    display: block;
    position: relative;
    font-size: 20px;     
    line-height: 40px;
}
header .nav>ul>li>a>b{
    display: block;
    height:3px;
    width:100%;
    background:#008fc1;
    position: absolute;
    left:0;
    bottom:0;
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
header .nav>ul>li:hover a,header .nav>ul>li.active a{
    color: #008fc1;
}
header .nav>ul>li:hover a>b{
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -o-transform: rotateY(0);
}
header .nav ul.submenu {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -80px;
    width: 190px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
header .nav ul.submenu li{width:100%; border-bottom:1px solid rgba(0,0,0,.05);}
header .nav ul.submenu li a{display:block;font-size:14px; color:#444; line-height:20px; padding:12px 2%; text-align:center; }
header .nav ul.submenu li a:hover{color:#3c4a76; background:#f2fcfa;}
header .nav>ul>li:hover ul.submenu{
    display: block;
}
.top-drop{
    min-width: 120px;
    padding: 10px;
    text-align: center;
}
header.on{
    position: fixed;
}
header.on .header .logo img{
    height: 50px;
}
header.on .nav {
    padding: 10px 0px 0px;
}
@media(max-width:767px){
    header.on .header .logo img{
        height: 45px;
    }
}
@media(max-width:461px){
    .header .logo img{
        margin-right: 0;
    }
}
@media (max-width: 1199px){
    .header .nav>ul>li{
        padding-left:15px;
    }
}
@media (max-width: 992px){    
    .header{
        position: relative;
        padding:5px 0px;
    }
    header .nav>ul{
        display: block;
    }    
    header.on .header .logo .logo, .header .logo .logo{
        height:60px !important;
    }
    .header .header-mail {
        margin: 8px 45px 0px;
        line-height: 45px;
    }
    header .nav{
        position: absolute;
        left:-100vw;
        top:64px;
        width:70%;
        height:calc(100vh - 60px);
        background:#fff;
        box-shadow: 0 0 10px #eee;
        z-index:999;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        padding-top:20px;
    }
    header .nav.show{
        left:0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    header .nav ul li{
        display: block !important; 
        padding:0 20px;
        border-bottom: 1px solid #efefef;
    }
    header .nav ul.language li{       
        border-bottom: 0px solid #efefef;
    }
    header .nav ul li a{
        color:#424242;
        font-size: 14px;
    }
    header .nav>ul>li::before,
    header .nav>ul>li:last-child::after{
        border-left: 0px dotted #c1c1c1;
    }
    header .nav>ul>li.has-children > a::after {
        content: "";    
    } 
}
@media(max-width:1200px){
    .header .nav .submenu li {
        display: none !important;
    }
}
@media (max-width: 540px){
    header.on .header .logo .logo, .header .logo .logo {
        height: 45px !important;
        margin-top: 10px;
    }
}
/* banner */
.banner{
    position: relative;
    overflow: hidden;
}
.banner img{
    width: 100%;
}

@media(max-width:991px){
    .video-img img{
        width: 100%;
        position: relative;
        margin-top: 58px;
    }    
}
.banner .banner-txt{   
    text-align: left;
    width:100%;    
    position: absolute;
    left:0%;
    top: 0px;
    color:#fff;
    padding-top:12%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}

@media(max-width:991px){
    .banner .banner-txt{
        padding-top:18%;
    }
}
.banner .banner-txt h3{
    font-size: 75px;  
   font-weight: bolder;
}
.banner .banner-txt p{
    font-size: 40px;
    line-height: 1.2;
    margin:20px 0px;
    width: 56%;
}
@media(max-width:1299px){
    .banner .banner-txt h3{
        font-size: 54px;
    }
    .banner .banner-txt p{
        font-size: 32px;
        width: 100%;
    }
}
@media(max-width:991px){
    .banner .banner-txt h3{
        font-size: 46px;
    }
    .banner .banner-txt p{
        font-size: 26px;
        width: 100%;
    }
}
@media(max-width:767px){
    .banner .banner-txt h3{
        font-size: 28px;
    }
    .banner .banner-txt p{
        font-size: 16px;
        width: 100%;
    }
}
.banner .banner-txt p span{
    font-weight: bolder;
    display: block;
}
.homeLink{
    position:relative; 
    display: inline-block;
    line-height:40px;
    font-size:20px;
    font-weight: bold;
    text-align: center;
    border-radius:35px;
    padding: 4px 80px;
    overflow:hidden;
    color:#fff; 
    background:#e93404;
    transition: all 0.3s ease-in-out;
}
.homeLink:hover{  padding: 4px 110px; color:#fff;}
@media(max-width:767px){
    .homeLink{
        padding: 4px 80px;
    }
    .homeLink:hover{  padding: 4px 80px; color:#fff;}
}
@media(max-width:512px){
    .homeLink{
        font-size: 14px;
        line-height:20px;
        padding: 4px 20px;
    }
}
.common{
    padding-top:80px;
    padding-bottom:80px;
}
.title{
    font-size: 100px;
    text-align: center;
    color: #f1f1f1;    
    line-height:1.2;     
    text-transform: uppercase;
    position: relative;
    font-weight: 800;
    margin-bottom: 30px;   
}
.title span{    
    font-weight: 300;
    font-size: 30px;
    display: block;
    color: #2b2b2b;    
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -15px;
}
.title font{ 
    color: #f2595b;  
}
.title:after {
    content: "";
    display: block;
    background: #ed1600;
    width: 80px;
    height: 2px;
    margin: 0px auto;
}
@media (max-width:767px){
    .common{
       padding-top:25px;
       padding-bottom:25px;
    }
    .title{
        font-size: 42px;
        margin-bottom: 10px;
    }
    .title span {        
        font-size: 22px; 
        margin-top: -12px;
    }   
}
/*热销产品*/
.hot-title{
	padding: 40px 0px;
}
.hot-product{    
    overflow: hidden;
    background:url(../img/product.jpg) no-repeat center #0089b9;
}
.hot-product .pro-con{
    box-shadow: 6px 6px 15px 2px rgba(0,0,0,.2);
    background: #fff;
    padding: 15px 15px;
    line-height: 1.4;  
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;    
}
.hot-product .pro-con .product-img img{
    width: 100%;   
}
.hot-product .pro-con .product-img::after {
    content: "";
    display: block;
    background: #0089b9;
    width: 35px;
    height: 3px;
    margin: 8px 0px 0px;
}
.hot-product .pro-con h5{
   font-size: 18px;   
    padding: 8px 0px;
    font-weight: 200;
    line-height: 1.4;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.hot-product .pro-con .more a{
    display: inline-block;   
    padding: 5px 30px;
    font-size: 14px;  
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}
.nav-product{
	padding: 40px 0px;
}
.nav-product h5 a{
   display: block;
   font-size: 18px;   
   padding: 25px 10px;
   font-weight: 200;
   text-align: center;
   margin: 10px 0px;
   line-height: 1.4;
   background: #eef0f0;
   transition: all .5s;
   -webkit-transition: all .5s;
   -o-transition: all .5s;
}
.nav-product h5 a:hover{
	background: #0089b9;
	color: #fff;
}
/*留言*/
.tel-online{
	padding-bottom: 80px;
}
.tel-online .on-title{
	font-size: 32px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 25px;
}
.tel-online .on-title:after{
	content: "";
    display: block;
    background: #ed1600;
    width: 80px;
    height: 2px;
    margin: 0px auto;
}
.tel-online .con-box{
	background: url(../img/online.jpg) no-repeat center;
	background-size: cover;
	margin-top: 20px;
	color: #fff;
	font-size: 18px;
	padding: 40px 35px;
}
.con-box .tel{
	padding:20px 10px;
	line-height: 1.2;
}
.con-box .tel i{
	font-size: 60px;
	float: left;
	line-height: 1.0;
}
.con-box .tel span{
	font-size: 30px;
	font-weight: 700;
	display: block;
}
@media(max-width:767px){
	.hot-title {
	    padding: 10px 0px;
	}
	.tel-online .con-box {	    
	    padding: 10px 15px;
	}
	.tel-online .on-title {
	    font-size: 20px;
	}
	.con-box .tel {
	    padding: 10px 10px;	   
	}
	.con-box .tel i {
	    font-size: 50px;
	}
	.con-box .tel span {
	    font-size: 22px;
	}
}
/*产品*/
.product-list{
    background: #fff;
    margin-bottom: 10px;
    transition: all 0.6s;
}
.product-list h5{
    font-size: 16px;
    text-align: center;
    font-weight: lighter;
    padding: 15px 0px;
    line-height: 1.2;
}
.product-list .product-img{
    overflow: hidden;
    text-align: center;
    background:#fff;
    transition: all 0.6s;
}
.product-list .product-img img{
    max-width: 100%;
    width: auto;
    transition: all 0.6s;
}
.product-list .more{
    margin-bottom: 10px;
}
.product-list .more a,
.product-list .online a{
    border-radius: 30px;
    padding: 8px 30px;
    font-size: 14px;
    transition: all 0.6s;
}
.product-list:hover{
    box-shadow: 6px 6px 6px 1px rgba(0,0,0,.2);
}
.product-list:hover .product-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/*案例*/
.case{
    background-color: #f6f6f6;
}
.case .title{
    color: #fff;
}
.case .case-img{
    overflow: hidden;
    text-align: center;
    background:#fff;
    transition: all 0.6s;
}
.case .case-img img{
    max-width: 100%;
    width: auto;
    transition: all 0.6s;
}
.case .case-img:hover{
    box-shadow: 6px 6px 6px 1px rgba(0,0,0,.2);
}
.case .case-img:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
/*首页关于我们*/
.about{
    position: relative;
    background:url(../img/about.jpg) no-repeat #f5f7f7;    
    padding-top: 80px;
}
.about .title{ 
   font-size: 60px;
   color: #2b2b2b;
   font-weight: 300;
   text-align: left;
}
.about .title font{
    font-weight: 700;
    color: #008fc1;
    text-transform: uppercase;
}
.about .title:after{
    margin: 0px 0px;
}
.about .atitle{
    font-size: 35px;
    line-height: 1;
}
.about .atitle span{
    display: block;
    font-weight: 700;
    color: #008fc1;
    text-transform: uppercase;
}
.about .about-box{
    background: #fff;
    padding: 50px 50px;
    overflow: hidden; 
    position: relative;
}
.wechat{
	border: 1px solid #ededed;
	padding: 5px;
	width: 80%;
}
.wechat img{
	max-width: 100%;
}
.wechat i,.wechat span{
	font-size: 30px;
}
.wechat span{
	color: #008fc1;
}
.about .about-txt{ 
    font-size: 16px;
    padding: 30px 0px  
}
.about .more a{    
   font-size: 20px;
   font-weight: 700;
   color: #e52f42;
   display: block;
   margin: 60px 0px 30px;
}
.about-video img{ 
    max-width: 100%;
}
@media (max-width:992px){ 
    .about { 
        padding-top: 40px;
    }
    .about .atitle {
        font-size: 20px;
    }
    .about .title {
        font-size: 24px;
    }
    .about .about-box{	    
	    padding: 20px 10px;	
	}
    .wechat{
    	width: 100%;
    	margin-bottom: 10px;
    }
    .about .about-txt{ 
        font-size: 14px;
        padding: 20px 0px  
    }    
    .about .more a {
        font-size: 14px;       
        margin: 20px 0px 20px;
    }
}
/* 新闻 */
.news-box .news-con{
    width: 100%;
    font-size: 14px;     
    position: relative;   
    margin: 0px 0px 5px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e1e1e1;       
}
.news-box .news-title{
    overflow: hidden;    
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 10px;
}
.news-box .news-title i{
    font-size: 14px;
    font-weight: 200;
}
.news-box .news-con:after{
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    display: block;
    background: #2b2b2b;
    width: 50px;
    height: 2px;
    transition: all 0.6s;  
}
.news-box .ny-news-img{  
    overflow: hidden;
}
.news-box .more{    
    font-size: 14px;   
    display: block;
    margin-top: 5px;
    transition: all 0.6s;    
}
.news-box .news-con:hover:after{    
    background: #e52f42;   
}
.news-box .news-con:hover .more{
    color: #e52f42;
}
.knowledge .know-con{
    background-color: #fdfdfd;
    border-bottom: 2px solid #c7c7c7;
    padding: 15px;
    margin: 20px 0px;
}
.knowledge .know-title i{
    color: #e62f43;
    font-size: 14px;
    margin-right: 5px;
    font-weight: 600;
}
.knowledge .know-title span,.knowledge .konw-info{
    display: block;
    padding-left: 25px;
}

@media (max-width:991px){
  .product-box .swiper-button-next, .product-box .swiper-button-prev{        
        padding: 5px 50px;      
    }
}